home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 5579 / 5579.xpi / chrome / content / cooliris.css < prev    next >
Cascading Style Sheet File  |  2010-01-06  |  923b  |  15 lines

  1. #piclens-toolbarbutton2 {
  2.     width: 36px;
  3.     height: 24px;
  4. }
  5.  
  6. /* default state */
  7. .cooliris-toolbarbutton-default { list-style-image: url('chrome://piclens/content/toolbar.launch.normal.png') !important; }
  8. .cooliris-toolbarbutton-default:hover { list-style-image: url('chrome://piclens/content/toolbar.launch.normal.hover.png') !important; }
  9. .cooliris-toolbarbutton-default:active:hover { list-style-image: url('chrome://piclens/content/toolbar.launch.normal.click.png') !important; }
  10.  
  11. /* launchable state */
  12. .cooliris-toolbarbutton-launchable { list-style-image: url('chrome://piclens/content/toolbar.launch.active.png') !important; }
  13. .cooliris-toolbarbutton-launchable:hover { list-style-image: url('chrome://piclens/content/toolbar.launch.active.hover.png') !important; }
  14. .cooliris-toolbarbutton-launchable:active:hover { list-style-image: url('chrome://piclens/content/toolbar.launch.active.click.png') !important; }
  15.